翻訳と辞書
Words near each other
・ Remote data capture
・ Remote data entry
・ Remote Data Objects
・ Remote Data Services
・ Remote data transmission
・ Remote Database Access
・ Remote deposit
・ Remote desktop (disambiguation)
・ Remote Desktop Manager
・ Remote Desktop Protocol
・ Remote Desktop Services
・ Remote desktop software
・ Remote diagnostics
・ Remote Differential Compression
・ Remote Digital Terminal
Remote direct memory access
・ Remote dispensing
・ Remote error indication
・ Remote evaluation
・ Remote experiment
・ Remote field testing
・ Remote File Sharing
・ Remote froglet
・ Remote Function Call
・ Remote Graphics Software
・ Remote graphics unit
・ Remote guidance
・ Remote Imaging Protocol
・ Remote infrared audible signage
・ Remote infrastructure management


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Remote direct memory access : ウィキペディア英語版
Remote direct memory access

In computing, remote direct memory access (RDMA) is a direct memory access from the memory of one computer into that of another without involving either one's operating system. This permits high-throughput, low-latency networking, which is especially useful in massively parallel computer clusters.
== Overview ==
RDMA supports zero-copy networking by enabling the network adapter to transfer data directly to or from application memory, eliminating the need to copy data between application memory and the data buffers in the operating system. Such transfers require no work to be done by CPUs, caches, or context switches, and transfers continue in parallel with other system operations. When an application performs an RDMA Read or Write request, the application data is delivered directly to the network, reducing latency and enabling fast message transfer.
However, this strategy presents several problems related to the fact that the target node is not notified of the completion of the request (1-sided communications).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Remote direct memory access」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.